home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 November / PCWK1103B.iso / PCWK-txt / Antyspam / Spam Buster 1.95 / spambuster195.exe / %MAINDIR% / spamBuster.exe / 0 / RCDATA / TTEEEXPORTFORM / TTEEEXPORTFORM.txt
Encoding:
Text File  |  2002-03-14  |  1.4 KB  |  70 lines

  1. object TeeExportForm: TTeeExportForm
  2.   Left = 230
  3.   Top = 162
  4.   ActiveControl = RGFormat
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Export TeeChart'
  8.   ClientHeight = 137
  9.   ClientWidth = 339
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   PixelsPerInch = 96
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   TextHeight = 13
  18.   object Button1: TButton
  19.     Left = 216
  20.     Top = 10
  21.     Width = 118
  22.     Height = 30
  23.     Caption = '&Copy to Clipboard'
  24.     TabOrder = 1
  25.     OnClick = Button1Click
  26.   end
  27.   object Button2: TButton
  28.     Left = 216
  29.     Top = 56
  30.     Width = 118
  31.     Height = 30
  32.     Caption = '&Save To File...'
  33.     TabOrder = 2
  34.     OnClick = Button2Click
  35.   end
  36.   object RGFormat: TRadioGroup
  37.     Left = 4
  38.     Top = 4
  39.     Width = 205
  40.     Height = 129
  41.     Caption = 'Format'
  42.     ItemIndex = 0
  43.     Items.Strings = (
  44.       'as &Bitmap (BMP)'
  45.       'as &Metafile (WMF)'
  46.       'as &Enhanced Metafile (EMF)'
  47.       'as *.&TEE file (TEE)')
  48.     TabOrder = 0
  49.     OnClick = RGFormatClick
  50.   end
  51.   object Button3: TButton
  52.     Left = 216
  53.     Top = 103
  54.     Width = 118
  55.     Height = 30
  56.     Cancel = True
  57.     Caption = 'Close'
  58.     ModalResult = 1
  59.     TabOrder = 3
  60.   end
  61.   object SaveDialog1: TSaveDialog
  62.     Filter = 
  63.       'Bitmap files|*.BMP|Metafile files|*.WMF|Enhanced Metafile files|' +
  64.       '*.EMF|Tee Native files|*.TEE'
  65.     Options = [ofOverwritePrompt, ofHideReadOnly]
  66.     Left = 136
  67.     Top = 4
  68.   end
  69. end
  70.